Unit 3 Exercise 10
Exercise 10: Define a System Property
Objective
To create a new Managed System Property.
Summary
Create a customized System Property using the $DATE Property, that has a value of mmddyy.
Instructions
- In Library > Administration, select Global Properties.
- In the Global Properties list select $DATE.
- Click the Copy button.
- In the Global Property pop-up window,
- In the Name field, enter
$DATEmmddyy
. - In the Value field, enter
mmddyy
- In the Documentation field, enter in some documentation.
- Example: This property will resolve to mmddyy: Jan 1 2023 would resolve as 010123.
- Click Save.
Enterprise Manager
Details
- Under the Administration topic, Double-Click on Global Properties.
- Click the Select Global Property drop-down menu select
$DATE
. - Click the Copy Button (top right) or press Ctrl+Insert
- Keep
$DATE
in the name but append the format you’d like to use.- Example:
$DATEmmddyy
- Example:
- Click the OK button.
- Change the Value to the date format you specified in the name.
- Click the Save button on the Global Properties toolbar.
- Close the Global Properties tab.